home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Evergreen / _install / install_show next >
Text File  |  1997-01-28  |  596b  |  26 lines

  1. #!/bin/sh
  2. #    Installation shell script for Catalyst CDware
  3. #
  4. #     Usage: install_unbundled -m<mountpoint> -p<productpath>
  5. #
  6. #    Created:     June 12, 1991
  7. #    Last Revised:     May 23, 1994
  8. #
  9. #    Use this installation script to install your product from Catalyst CDware
  10. #
  11. #
  12. #    For technical support, please call.
  13. #        +1 415 336.3742 (CDware SPARC) or +1 415 336.3941 (CDware x86)
  14. #
  15. #    get command line parameters
  16. #
  17. echo ''
  18. echo '          Starting Slide Show...'
  19. LD_LIBRARY_PATH=$OPENWINHOME/lib
  20. export LD_LIBRARY_PATH
  21.  
  22. cd $COMPANY_DIR/_demos/rolling/color
  23. /tmp/httpd/.cgi-bin/screendemo ./screendemo.menu
  24.  
  25. exit 0
  26.